object DowngradeDlg: TDowngradeDlg Left = 377 Top = 386 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'D'#233'grader la protection' ClientHeight = 128 ClientWidth = 256 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow DesignSize = ( 256 128) PixelsPerInch = 96 TextHeight = 13 object WarningImage: TImage Left = 8 Top = 8 Width = 32 Height = 32 end object DowngradeLabel: TLabel Left = 48 Top = 8 Width = 200 Height = 13 Caption = '%' Constraints.MinWidth = 200 WordWrap = True end object OKBtn: TButton Left = 174 Top = 97 Width = 75 Height = 23 Anchors = [akRight, akBottom] Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object DontShowEdit: TBCCheckBox Left = 2 Top = 110 Width = 109 Height = 17 Anchors = [akLeft, akBottom] Caption = 'Ne plus montrer' TabOrder = 1 end end